Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: changement des indicateurs nationaux pour les établissements tm-292 #3285

Merged
merged 3 commits into from
Oct 13, 2023

Conversation

rap2hpoutre
Copy link
Contributor

@rap2hpoutre rap2hpoutre commented Oct 13, 2023

Comment on lines +53 to +54
last_transmission_date: {
$gte: new Date(new Date().getFullYear(), 7, 1),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1/7 c'est bien le 1er aout ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

on pourrait presque utiliser une constante car ya plusieurs endroits ds le code il me semble ou l'on utilise cette date pour la bascule des années.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oui le JS compte à partir de 0 pour les mois 🤦
Je suis désolé la PR est en speed je pense qu'il faudra l'améliorer ensuite : mettre une constante ou des vrais trucs de date

@sbenfares
Copy link
Contributor

sbenfares commented Oct 13, 2023

Voir s'il n'y a pas d'effet de bord sur le filtre > 1er aout 🤔 ?

-> Bon apparemment non, la fonction n'est utilisée que dans getIndicateursNational qui elle mm n'est utilisée que dans la route /api/v1/indicateurs/national

Copy link
Contributor

@totakoko totakoko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Je teste pas mais ok :)

@@ -451,7 +451,7 @@ function SectionApercuChiffresCles() {
{formatNumber(indicateursNational?.indicateursOrganismes?.total)}
</Text>
<Text fontSize="zeta" fontWeight="700" lineHeight="1em" color="bluefrance">
organismes de formation en apprentissage
organismes de formation en apprentissage transmettent leurs données
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

transmettant ?

@@ -468,6 +468,7 @@ function SectionApercuChiffresCles() {
(base des Carif-Oref)&nbsp;;
</ListItem>
<ListItem>identifiés par un SIRET (ouvert) et un UAI valable&nbsp;;</ListItem>
<ListItem>ayant envoyé des données depuis le premier août&nbsp;;</ListItem>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

le premier août ;
=>
le premier août.

@github-actions
Copy link

🚀 Prévisualisation

https://3285.tdb-preview.apprentissage.beta.gouv.fr/

@rap2hpoutre rap2hpoutre merged commit af86c16 into master Oct 13, 2023
5 checks passed
@rap2hpoutre rap2hpoutre deleted the change-indicateurs-national branch October 13, 2023 08:49
@github-actions
Copy link

🎉 This PR is included in version 3.63.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants